Conversation
leochr
left a comment
There was a problem hiding this comment.
@halim-lee Thank you for the updates. Added a comment about the IBM Java 8 UBI Micro image. The changes to 26.0.0.8 are not needed and can be removed.
The vNext pipeline can build using the latest directory and then retag those images with the version prefix.
| # Then build and tag as 'ibmjava:10-ubi' | ||
| # $> docker build -t ibmjava:10-ubi -f ./java/Dockerfile.ubi10.minimal java | ||
|
|
||
| FROM ibmjava:10-ubi AS builder |
There was a problem hiding this comment.
The fix for the SCC generation issue with IBM Java 8 is now included with vNext (as well as main branch). Let's switch to the official UBI Micro image for IBM Java 8: icr.io/appcafe/ibmjava:8-jre-ubi10-micro
There was a problem hiding this comment.
Should we only change micro or minimal as well?
There was a problem hiding this comment.
micro image is updated:
There was a problem hiding this comment.
Thank you. Only micro at this time.
No description provided.